Documents for PDF, .NET Edition Documentation
CountAll Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : CountAll Method
The GrapeCity.Documents.Common.StructPredicate`1 delegate that defines the conditions of the elements to match.
Gets the number of elements in the StructList<T> that match the conditions defined by the specified predicate.
Syntax
'Declaration
 
Public Function CountAll( _
   ByVal match As GrapeCity.Documents.Common.StructPredicate(Of T) _
) As System.Integer
public System.int CountAll( 
   GrapeCity.Documents.Common.StructPredicate<T> match
)

Parameters

match
The GrapeCity.Documents.Common.StructPredicate`1 delegate that defines the conditions of the elements to match.

Return Value

The number of elements that match the conditions defined by the predicate.
See Also

Reference

StructList<T> Class
StructList<T> Members